home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / mdboutln.zip / AEEMP.DFM / AEEMP.txt
Text File  |  1995-11-12  |  5KB  |  201 lines

  1. object frmAEEmployee: TfrmAEEmployee
  2.   Left = 431
  3.   Top = 206
  4.   Width = 254
  5.   Height = 206
  6.   Caption = 'Add Employee'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   TextHeight = 13
  15.   object pnlAEEmployee: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 246
  19.     Height = 179
  20.     Align = alClient
  21.     BevelInner = bvLowered
  22.     BorderWidth = 4
  23.     Caption = 'pnlAEEmployee'
  24.     TabOrder = 0
  25.     object bxscrlAEEmployee: TScrollBox
  26.       Left = 6
  27.       Top = 6
  28.       Width = 234
  29.       Height = 167
  30.       HorzScrollBar.Margin = 6
  31.       HorzScrollBar.Range = 180
  32.       VertScrollBar.Margin = 6
  33.       VertScrollBar.Range = 163
  34.       Align = alClient
  35.       AutoScroll = False
  36.       BorderStyle = bsNone
  37.       TabOrder = 0
  38.       object lblEmpNo: TLabel
  39.         Left = 6
  40.         Top = 9
  41.         Width = 62
  42.         Height = 13
  43.         Alignment = taRightJustify
  44.         AutoSize = False
  45.         Caption = 'EmpNo'
  46.       end
  47.       object lblLastName: TLabel
  48.         Left = 6
  49.         Top = 31
  50.         Width = 62
  51.         Height = 13
  52.         Alignment = taRightJustify
  53.         AutoSize = False
  54.         Caption = 'LastName'
  55.         FocusControl = bxeddbLastName
  56.       end
  57.       object lblFirstName: TLabel
  58.         Left = 6
  59.         Top = 53
  60.         Width = 62
  61.         Height = 13
  62.         Alignment = taRightJustify
  63.         AutoSize = False
  64.         Caption = 'FirstName'
  65.         FocusControl = bxeddbFirstName
  66.       end
  67.       object lblPhoneExt: TLabel
  68.         Left = 6
  69.         Top = 75
  70.         Width = 62
  71.         Height = 13
  72.         Alignment = taRightJustify
  73.         AutoSize = False
  74.         Caption = 'PhoneExt'
  75.         FocusControl = bxeddbPhoneExt
  76.       end
  77.       object lblHireDate: TLabel
  78.         Left = 6
  79.         Top = 97
  80.         Width = 62
  81.         Height = 13
  82.         Alignment = taRightJustify
  83.         AutoSize = False
  84.         Caption = 'HireDate'
  85.         FocusControl = bxeddbHireDate
  86.       end
  87.       object lblSalary: TLabel
  88.         Left = 6
  89.         Top = 119
  90.         Width = 62
  91.         Height = 13
  92.         Alignment = taRightJustify
  93.         AutoSize = False
  94.         Caption = 'Salary'
  95.         FocusControl = bxeddbSalary
  96.       end
  97.       object lblSupervisor: TLabel
  98.         Left = 6
  99.         Top = 141
  100.         Width = 62
  101.         Height = 13
  102.         Alignment = taRightJustify
  103.         AutoSize = False
  104.         Caption = 'Supervisor'
  105.         FocusControl = bxeddbSupervisor
  106.       end
  107.       object bxeddbLastName: TDBEdit
  108.         Left = 74
  109.         Top = 28
  110.         Width = 115
  111.         Height = 19
  112.         DataField = 'LastName'
  113.         DataSource = dtasrcAEEmployee
  114.         MaxLength = 0
  115.         TabOrder = 1
  116.       end
  117.       object bxeddbFirstName: TDBEdit
  118.         Left = 74
  119.         Top = 50
  120.         Width = 90
  121.         Height = 19
  122.         DataField = 'FirstName'
  123.         DataSource = dtasrcAEEmployee
  124.         MaxLength = 0
  125.         TabOrder = 2
  126.       end
  127.       object bxeddbPhoneExt: TDBEdit
  128.         Left = 74
  129.         Top = 72
  130.         Width = 26
  131.         Height = 19
  132.         DataField = 'PhoneExt'
  133.         DataSource = dtasrcAEEmployee
  134.         MaxLength = 0
  135.         TabOrder = 3
  136.       end
  137.       object bxeddbHireDate: TDBEdit
  138.         Left = 74
  139.         Top = 94
  140.         Width = 60
  141.         Height = 19
  142.         DataField = 'HireDate'
  143.         DataSource = dtasrcAEEmployee
  144.         MaxLength = 0
  145.         TabOrder = 4
  146.       end
  147.       object bxeddbSalary: TDBEdit
  148.         Left = 74
  149.         Top = 116
  150.         Width = 60
  151.         Height = 19
  152.         DataField = 'Salary'
  153.         DataSource = dtasrcAEEmployee
  154.         MaxLength = 0
  155.         TabOrder = 5
  156.       end
  157.       object bxeddbSupervisor: TDBEdit
  158.         Left = 74
  159.         Top = 138
  160.         Width = 60
  161.         Height = 19
  162.         DataField = 'Supervisor'
  163.         DataSource = dtasrcAEEmployee
  164.         Enabled = False
  165.         MaxLength = 0
  166.         TabOrder = 6
  167.       end
  168.       object btnbitOK: TBitBtn
  169.         Left = 139
  170.         Top = 101
  171.         Width = 89
  172.         Height = 25
  173.         TabOrder = 7
  174.         Kind = bkOK
  175.       end
  176.       object btnbitCancel: TBitBtn
  177.         Left = 139
  178.         Top = 133
  179.         Width = 89
  180.         Height = 25
  181.         TabOrder = 8
  182.         Kind = bkCancel
  183.       end
  184.       object bxeddbEmpNo: TDBEdit
  185.         Left = 74
  186.         Top = 5
  187.         Width = 71
  188.         Height = 20
  189.         DataField = 'EmpNo'
  190.         DataSource = dtasrcAEEmployee
  191.         MaxLength = 0
  192.         TabOrder = 0
  193.       end
  194.     end
  195.   end
  196.   object dtasrcAEEmployee: TDataSource
  197.     Left = 199
  198.     Top = 77
  199.   end
  200. end
  201.